home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / master / Examples / Visual / VCommon / defaultfonts.h < prev    next >
C/C++ Source or Header  |  1994-08-18  |  402b  |  23 lines

  1. /*
  2.  * MKSoft Development Amiga ToolKit V1.0
  3.  *
  4.  * Copyright (c) 1985,86,87,88,89,90 by MKSoft Development
  5.  *
  6.  */
  7.  
  8. /*
  9.  * This file contains the TOPAZ80 default font for
  10.  * global recognition...
  11.  */
  12.  
  13. #ifndef    MKS_DEFAULTFONTS_H
  14. #define    MKS_DEFAULTFONTS_H
  15.  
  16. #include    <exec/types.h>
  17. #include    <graphics/text.h>
  18.  
  19. extern struct TextAttr TOPAZ80;
  20. extern struct TextAttr TOPAZ60;
  21.  
  22. #endif    /* MKS_DEFAULTFONTS_H */
  23.